Restricted Postcode Manager V1
==============================

Changelog:

11/07/2026 Initial Issue

What it does: 
-------------
As the name implies, This gives the store owner the ability to restrict customers from certain postcodes from registering for an account. I had to implement this on my old sites as if a customer from an area we do not ship to purchases an expensive item, we had to cancel the order and refund - But we still had to pay the card / PayPal processing fees which could be substantial. By stopping these customers registering and displaying the message "Sorry we do not ship to xxx postcodes" we avoided these situations.

New Installation:
-----------------

1) Copy the provided .php files to their respective directories (4 of them)

2) run the sql command contained in the file SQL in your database - using phpMyAdmin or similar

3) On your admin page, go to Customers - Restricted Postcodes and add the prefix of postcodes you don't ship to. eg. BT, IV4, SW1 etc. 

4) Go to your catalog and attempt creating an account with one of your excluded postcodes.

Enjoy!

As usual, no responsibility is accepted for anything :)

